home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / ztw100.zip / ZTW.DOC < prev    next >
Text File  |  1996-08-23  |  8KB  |  182 lines

  1.  
  2.   ┌───────────────────────────────────────────────────────────────────╖
  3.   │                                                                   ║ █
  4.   │                         Z T r e e W i n                           ║ █
  5.   │                        Win32 File Manager                         ║ █
  6.   │                                                                   ║ █
  7.   │                  Version 1.00 August 24th, 1996                   ║ █
  8.   │                                                                   ║ █
  9.   │ Copyright (c) Kim G. Henkel 1995, 1996                            ║ █
  10.   │                                                                   ║ █
  11.   ╘═══════════════════════════════════════════════════════════════════╝ █
  12.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  13.  
  14.     Introduction│
  15.     ────────────┘
  16.  
  17.     "ZTreeWin" is a text-mode file/directory manager for Windows 95 and NT.
  18.     It has been developed as a native Win32 alternative to the DOS product,
  19.     XTreeGold (tm), at least until its makers can come up with the goods.
  20.     While I am sure you are well aware of the virtues of XTreeGold, you
  21.     know the disadvantages of it being a 16-bit DOS program.  I wrote 
  22.     ZTreeWin to provide all the functionality I am so accustomed to, while 
  23.     avoiding all the DOS imposed limitations.
  24.  
  25.     Given time and incentive, I intend to provide all missing functions,
  26.     and will welcome suggestions from you the user.
  27.  
  28.     License│
  29.     ───────┘
  30.  
  31.     This program is NOT free.  You are granted a limited licence to evaluate
  32.     the product for 31 days from the date of first use.  To continue using
  33.     this version after 31 days, you MUST register.  Each subsequent release
  34.     of this product will allow a full 31 days evaluation from time of
  35.     installation.
  36.  
  37.     Please read ORDER.FRM for detailed information.
  38.  
  39.     By registering this product, your support allows you unlimited use of
  40.     this and future versions.
  41.  
  42.     You can contact me by either sending an e-mail to:
  43.  
  44.          Internet:   khenkel@gate.net   (preferred)
  45.          CompuServe: 76251,2442
  46.  
  47.     or writing a letter to:
  48.  
  49.          Kim Henkel
  50.          9632 NW 7th Circle, Apt 1721     or  10 Debson Close,
  51.          Plantation,                          Boronia, 3155,
  52.          FL, 33324                            Victoria,
  53.          U.S.A.                               Australia.
  54.  
  55.     Features│
  56.     ────────┘
  57.  
  58.     The original purpose of this program was to provide all the core
  59.     functionality of XTreeGold, in a native 32-bit environment.  
  60.  
  61.     There is NO internal editor.  Instead, ZTreeWin be configured to 
  62.     load your favorite file editor.  The default editor is EDIT.COM, 
  63.     and of course, text-mode applications are more suitable for this
  64.     purpose.
  65.  
  66.     There is currently no mouse support, because as most Xtree fans would
  67.     agree, the power of the program comes from it's fast, concise keyboard
  68.     interface.  However, if there is enough interest in a mouse interface,
  69.     it will obviously be given serious consideration.
  70.  
  71.     There are several functions that are yet to be implemented.  Most are,
  72.     I believe, trivial services that you will probably never miss.  Others 
  73.     are more important, and will be introduced on a most requested basis.
  74.  
  75.     The highlighting of commands on the last three lines of the screen
  76.     should make the function support quite obvious.   If there is a
  77.     function missing you particularly miss, let me know.
  78.  
  79.     Well, that is all the bad news.  Here are some improvements over the
  80.     original.
  81.  
  82.     ZTreeWin uses around 400K of memory, and will allocate and free
  83.     blocks dynamically as required (no more 'out of memory' messages).
  84.  
  85.     The default video mode is 25x80.  The Alt-F9 command will toggle the
  86.     other video modes - 50/43/60x80.  You may save your current mode
  87.     using F10-Configure, and you may override this and the default from
  88.     the command line.
  89.  
  90.     Using Win32 APIs, ZTreeBold avoids several of XTreeGolds' limitations:
  91.  
  92.     - Doesn't hog the CPU while waiting for keyboard activity.
  93.     - Trying to log an in-use device will be dealt with gracefully.
  94.     - The ability to copy and search open files.
  95.     - Directory Grafting works.
  96.     - Support of long filenames.
  97.     - Flexible support of *ANY* archiving program present and future.
  98.  
  99.     Being a native Win32 application, ZTreeWin loads very quickly.
  100.  
  101.  
  102.     Installation│
  103.     ────────────┘
  104.     
  105.     - Unzip the contents of ZTW.ZIP to a directory of your choice.
  106.  
  107.     - Copy ARCHIVER.BB2 to the same directory as ZTB.EXE.  This file
  108.       should be reviewed to verify it references archive programs you
  109.       have available.
  110.  
  111.     - Copy the sample *.BAT files to the same directory as ZTW.EXE.
  112.       The .BAT file with the name matching the currently highlighted
  113.       file will be executed when you 'O'pen the file.  You may of course
  114.       build your own .BAT files for all the file-types you need to
  115.       manipulate with an external program.
  116.  
  117.     - Copy ZTW.HLP to the same directory as ZTW.EXE.  This file is
  118.       accessed with the F1 key to provide basic operational help.
  119.  
  120.     - The first time you run ZTW, select Alt-F10 (Configure) to set user
  121.       preferences including program colors and default editor & viewer.
  122.  
  123.     - If you want to use the Alt-Q command to exit to the current
  124.       directory, you must run a command file named ZTWIN.BAT to invoke
  125.       ZTW.EXE.  This file will be created in the same path as ZTW.EXE,
  126.       when you issue the Alt-Q command.
  127.  
  128.     Here are the command line options: (which override ZTW.INI)
  129.  
  130.     C:\>ZTW [/2|/4|/5|/6]  [/Eeditor.EXE] [/Vviewer.EXE] [/XT] [C D . Z]
  131.  
  132.     Meaning:[ Video Mode ] [ Editor name] [ Viewer name] [+/-] [Drives ]
  133.     Default:[  25 lines  ] [   E.EXE    ] [  Internal  ] [< >] [current]
  134.  
  135.     Multiple drives may be logged at startup, for example:
  136.  
  137.     C:\>ZTB /5 /XT C D E F
  138.  
  139.     Startup in 50 line mode, use +/- keys, log drives C, D, E & F.
  140.  
  141.                              ──────────────
  142.  
  143.     PLEASE read ZTW.HLP for program instructions, if you are unfamiliar
  144.     with XtreeGold/ZTreeWin operation.
  145.  
  146.                              ──────────────
  147.  
  148.     **********************************************************************
  149.     * NOTE: In order to use the ARCHIVING features of ZTB, you must have *
  150.     * third-party archiving utilities available in your PATH. You should *
  151.     * also check that ARCHIVER.BB2 contains correct archiver commands.   *
  152.     * To view files within an archive, you MUST have an environment      *
  153.     * variable for TMP defined.  eg. SET TMP=C:\TMP in your autoexec.bat *
  154.     **********************************************************************
  155.  
  156.  
  157.     Legal Stuff│
  158.     ───────────┘
  159.                                WARRANTY
  160.  
  161.  
  162.     The  product has  no warranty  of any  kind, express  or implied,
  163.     including  without limitation, any  warranties of merchantability
  164.     and/or  fitness  for  a particular  purpose.   Kim G. Henkel,  or
  165.     anybody,  shall not  be liable  for any damages,  whether direct,
  166.     indirect, special or consequential arising from a failure of this
  167.     program  to operate  in the manner  desired by the  user.  Kim G.
  168.     Henkel shall  not be  liable for  any damage  to data or property
  169.     which may be caused directly or indirectly by use of the program.
  170.  
  171.     IN NO EVENT WILL KIM G. HENKEL  BE LIABLE TO YOU FOR ANY DAMAGES,
  172.     INCLUDING  ANY  LOST  PROFITS, LOST SAVINGS  OR  OTHER INCIDENTAL
  173.     OR  CONSEQUENTIAL  DAMAGES ARISING OUT OF YOUR  USE OR  INABILITY
  174.     TO  USE  THE  PROGRAM, OR  FOR ANY  CLAIM  BY  ANY  OTHER  PARTY.
  175.  
  176.     Trademarks│
  177.     ──────────┘
  178.  
  179.     "XTreeGold" (tm) is a registered trademark of Symantec, Inc.
  180.  
  181.                              ──────────────
  182.